Undefine GTK_DISABLE_DEPRECATED in testinput to keep it compiling
authorChristian Dywan <christian@twotoasts.de>
Fri, 16 Oct 2009 16:45:53 +0000 (18:45 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 16 Oct 2009 16:45:53 +0000 (18:45 +0200)
tests/testinput.c

index 4734284b967e6bf074d39e84229a38758ab81b2c..96b66f460259d4a41872269f81fea0d4f4a67977 100644 (file)
@@ -24,6 +24,8 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#undef GTK_DISABLE_DEPRECATED
+
 #include "config.h"
 #include <stdio.h>
 #include "gtk/gtk.h"